-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: improve coverage for go/bytes2/buffer.go
#14958
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Eshaan Aggarwal <[email protected]>
Signed-off-by: Eshaan Aggarwal <[email protected]>
Signed-off-by: Eshaan Aggarwal <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14958 +/- ##
==========================================
- Coverage 47.31% 47.31% -0.01%
==========================================
Files 1142 1142
Lines 239009 239009
==========================================
- Hits 113091 113086 -5
- Misses 117327 117331 +4
- Partials 8591 8592 +1 ☔ View full report in Codecov by Sentry. |
@EshaanAgg Can you resolve the conflict here and update it with latest |
Signed-off-by: Eshaan Aggarwal <[email protected]>
@dbussink Done! |
@EshaanAgg Sorry, I merged #14940 but I think the style here is better. Are you willing to merge in main and update the tests? We can then merge this one too. |
Signed-off-by: Eshaan Aggarwal <[email protected]>
Signed-off-by: Eshaan Aggarwal <[email protected]>
@dbussink No worries! Merged |
Description
Improved the test coverage for
go/bytes2/buffer.go
to100%
Related Issue(s)
Fixes part of #14931
Checklist
Deployment Notes